home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
misc_pto
/
be211a
/
b.bat
next >
Wrap
DOS Batch File
|
1992-05-17
|
499b
|
15 lines
@echo off
break off
rem --------------------------------------------------------------
rem The BINGO environment variable is used to denote the path spec
rem where be.exe can be found. Remember the trailing '\\'!
rem For example, if BE.EXE is in C:\EDIT, use
rem SET BINGO=C:\EDIT\
rem --------------------------------------------------------------
%bingo%be.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
:toploop
if not exist %bingo%swap0000.dat goto endloop
%bingo%be.exe
goto toploop
:endloop